Minor comment fix.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 21 Apr 2006 08:11:13 +0000 (09:11 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 21 Apr 2006 08:11:13 +0000 (09:11 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/setup.c

index 8569b5e8cf9a620add6a3a6a40bb04ff34b0f8a2..721b6781d8bd29568d207474ee00693729680366 100644 (file)
@@ -332,7 +332,7 @@ void __init __start_xen(multiboot_info_t *mbi)
             unsigned long init_mapped = 1UL << (30 - PAGE_SHIFT); /* 1GB */
             start = PFN_UP(e820.map[i].addr);
             end   = PFN_DOWN(e820.map[i].addr + e820.map[i].size);
-            /* Clip the range to above 64MB. */
+            /* Clip the range to exclude what the bootstrapper initialised. */
             if ( end < init_mapped )
                 continue;
             if ( start < init_mapped )